morning-challenge

Morning Challenge : #

1- Write javaScript code that multiply two numbers then add the result to the square root of the first number , then console the following :

  • The result is (//final result here)

Hint : you will use one of the Math object methods to get the square root .

2- Return the value of the number 4 to the power of 3.

Hint : you will use one of the Math object methods.

3- What is the result of :

var x = 16 + 4 + "Volvo";